These demos illustrate the use of interactors and animators.
Their precise description and steps to reproduce can be found in the WebXportdocumentation in the chapter Sample Scenes.

All the results of these scenes can be found in DemoFiles/HtmlFiles.

SpherePopup.car: create a sphere that popups when a click occured.

SphereColorAnimation.car: add an animator to the previous scene to animate the color of the sphere.

SphereOpacityAnimation.car: add an interactor and another animator to the previous scene. The new animator countains the animation of the transparency of the sphere.
			    This animator is triggered when a click occured on the sphere.

SphereStateMachine.car: Start and End states are added to the interactor of the previous scene.
			The first click on the sphere will start the animation of the visibility, the second one will stop it.

Sphere2DText.car: interactive text is added to the previous scene. The text appear when the cursor goes over the sphere.
